const runtime._EPOLL_CTL_ADD
3 uses
runtime (current package)
defs_linux_amd64.go#L100: _EPOLL_CTL_ADD = 0x1
netpoll_epoll.go#L51: errno = epollctl(epfd, _EPOLL_CTL_ADD, r, &ev)
netpoll_epoll.go#L68: return -epollctl(epfd, _EPOLL_CTL_ADD, int32(fd), &ev)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)